#!/bin/bash

# for description see:
# /usr/share/modalai/voxl-camera-server/custom_camera_config.txt

# enable the fsync pin to drive tracking cameras
FSYNC_GPIO="101"
FSYNC_EN=true

# CCI slot 0
J3_SENSOR="imx664-fpv"
J3_NAME="hires"
J3_ROTATE="false"

# CCI slot 1
J4_SENSOR="ar0144-fsin"
J4_NAME="tracking_down"
J4_ROTATE="false"

# CCI slot 2
# M0197 J5 is 5V, can only use a Boson here!!!!
J5_SENSOR=""
J5_NAME=""
J5_ROTATE=""
